type of cursor to display when pointer is over element
1
type of cursor to display when pointer is over element
| Value | Description |
|---|---|
| Values | |
| alias | cursor indicating an alias or shortcut to data will be created |
| all-scroll | cursor indicating element can scroll in any direction |
| auto | browser determines which cursor to use |
| cell | cursor to display over a table cell |
| col-resize | cursor indicating element can be resized in either horizontal direction (east-west) |
| context-menu | cursor indicating a contextual menu is available |
| copy | cursor indicating a copy of data will be made |
| crosshair | precise, crosshair style cursor |
| default | default cursor |
| e-resize | cursor indicating element can be resized to the right (east) |
| ew-resize | cursor indicating element can be resized in either horizontal direction (east-west) |
| hand | |
| help | cursor indicating help is avilable |
| move | cursor indicating element can be moved |
| n-resize | cursor indicating element can be resized to the top (north) |
| ne-resize | cursor indicating element can be resized to the upper-right (northeast) |
| nesw-resize | cursor indicating element can be resized to the upper-right or bottom-left (northeast-southwest) |
| no-drop | cursor indicating drag-and-drop items cannot be received |
| none | no cursor |
| not-allowed | cursor indicating a forbidden action |
| ns-resize | cursor indicating element can be resized in either vertical direction (north-south) |
| nw-resize | cursor indicating element can be resized to the upper-left (northwest) |
| nwse-resize | cursor indicating element can be resized to the upper-left or lower-right (northwest-southeast) |
| pointer | "pointing finger" cursor |
| progress | cursor indicating background activity taking place |
| row-resize | cursor indicating element can be resized in either vertical direction (north-south) |
| s-resize | cursor indicating element can be resized to the bottom (south) |
| se-resize | cursor indicating element can be resized to the bottom-right (southeast) |
| sw-resize | cursor indicating element can be resized to the bottom-left (southwest) |
| text | standard text insertion cursor |
| url() | URL of a custom cursor image |
| vertical-text | vertical text insertion cursor |
| w-resize | cursor indicating element can be resized to the left (west) |
| wait | cursor indicating blocking foreground activity taking place |
| -webkit-grab | |
| -webkit-grabbing | |
| -webkit-zoom-in | |
| -webkit-zoom-out | |